You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > Statistics Class > Statistics Methods > FullFactDesign Method > Statistics.FullFactDesign Method ([In] int, [In] TMtx, [In] TMtxFloatPrecision, [In] TVec)
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Statistics.FullFactDesign Method ([In] int, [In] TMtx, [In] TMtxFloatPrecision, [In] TVec)

Creates the factors for full factorial design.

Syntax
C#
Visual Basic
public static void FullFactDesign([In] int n, [In] TMtx aResult, [In] TMtxFloatPrecision fp, [In] TVec MulVec);

Performs Two-Level Full Factorial design. The results (factors) are stored in Result matrix. Parameter n defines number of Result matrix columns. Optional parameter MulVec (default value nil) is used only by the Wilcoxon Signed Rank test procedure. Size and Complex properties of Result matrix are adjusted automatically.

Matrix m = new Matrix(0,0); Statistics.FullFactDesign(2,m,null);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!